diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-16 20:34:23 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-16 20:34:23 +0000 |
commit | f7f897daefc5edc3ead909072d6e7309d76b5297 (patch) | |
tree | b33f6f8278e3abff577fd8b83ba771c364bd9a65 /MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.s | |
parent | 17b23c78ac822cd588a62c30b63b8447cb8aca0d (diff) | |
download | edk2-platforms-f7f897daefc5edc3ead909072d6e7309d76b5297.tar.xz |
Fixes for GCC.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@180 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.s')
-rw-r--r-- | MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.s b/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.s index e5d18c35b3..859369e50f 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.s +++ b/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.s @@ -34,7 +34,7 @@ #------------------------------------------------------------------------------
.global _CpuBreakpoint
_CpuBreakpoint:
- int 3
+ int $3
ret
|