From ee39d6d85cfcfa8e856c410c0ad4cd96e8fded55 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 17 Jan 2013 21:32:03 +0000 Subject: Import ACPICA 20130117. --- source/components/debugger/dbmethod.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/components/debugger/dbmethod.c') diff --git a/source/components/debugger/dbmethod.c b/source/components/debugger/dbmethod.c index 4e36aa51535e..f8f831f73e2a 100644 --- a/source/components/debugger/dbmethod.c +++ b/source/components/debugger/dbmethod.c @@ -5,7 +5,7 @@ ******************************************************************************/ /* - * Copyright (C) 2000 - 2012, Intel Corp. + * Copyright (C) 2000 - 2013, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -398,7 +398,6 @@ AcpiDbDisassembleMethod ( /* Now we can disassemble the method */ - AcpiGbl_DbOpt_verbose = TRUE; AcpiGbl_DbOpt_verbose = FALSE; AcpiDmDisassemble (NULL, Op, 0); AcpiGbl_DbOpt_verbose = TRUE; -- cgit v1.2.3