TacOS  0.2
 Tout Structures de données Fichiers Fonctions Variables Définitions de type Énumérations Macros
debug.h
Aller à la documentation de ce fichier.
1 
30 #ifndef _DEBUG_H_
31 #define _DEBUG_H_
32 
33 #define BOCHS_BREAKPOINT asm("xchg %bx, %bx")
34 
35 #endif