- Timestamp:
- Oct 19, 2011, 9:53:11 PM (14 years ago)
- Location:
- branches/gcc-kmk
- Files:
-
- 2 edited
-
include/odin.h (modified) (1 diff)
-
src/kernel32/_ras.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/odin.h
r21698 r21721 106 106 _a > _b ? _a : _b; }) 107 107 108 #define _interrupt(n) __asm__ __volatile__ ("int" #n "\n\tnop") 109 108 110 #else 109 111 -
branches/gcc-kmk/src/kernel32/_ras.cpp
r21719 r21721 1514 1514 if (rascfg.fRasBreakPoint) 1515 1515 { 1516 #ifdef __GNUC__1517 __asm__ __volatile__ ("int3\n\tnop");1518 #else1519 1516 _interrupt(3); 1520 #endif1521 1517 } 1522 1518
Note:
See TracChangeset
for help on using the changeset viewer.
