X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FCpuBreakpoint.c;h=fc5b63734b175a75148b963a7dc215ddbd942262;hb=e5f461a8507ffcc89cd99ca43a09b76dca136ab5;hp=e13f13f78b0f8dfcee707921cec4858ca6c4b9f9;hpb=aa156393bf28ce3c44d84b773e398070d1f4fe79;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c b/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c index e13f13f78b..fc5b63734b 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c +++ b/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c @@ -1,7 +1,7 @@ /** @file CpuBreakpoint function. - Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -12,8 +12,6 @@ **/ -#if _MSC_EXTENSIONS - // // Microsoft Visual Studio 7.1 Function Prototypes for I/O Intrinsics // @@ -30,4 +28,3 @@ CpuBreakpoint ( __debugbreak (); } -#endif