Changeset 21721 for branches/gcc-kmk/src


Ignore:
Timestamp:
Oct 19, 2011, 9:53:11 PM (14 years ago)
Author:
dmik
Message:

Define _interrupt(n) on GCC.

It makes sense to add this VAC compatibility since this
function is used more than once.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/_ras.cpp

    r21719 r21721  
    15141514   if (rascfg.fRasBreakPoint)
    15151515   {
    1516 #ifdef __GNUC__
    1517        __asm__ __volatile__ ("int3\n\tnop");
    1518 #else
    15191516       _interrupt(3);
    1520 #endif
    15211517   }
    15221518
Note: See TracChangeset for help on using the changeset viewer.