mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-26 13:35:02 +00:00
Use "int3" for debug interrupt
This commit is contained in:
@@ -311,7 +311,7 @@ typedef intptr_t ssize_t;
|
||||
: "memory")
|
||||
|
||||
#define int3 \
|
||||
__asm__ __volatile__("int $0x3" \
|
||||
__asm__ __volatile__("int3" \
|
||||
: \
|
||||
: \
|
||||
: "memory")
|
||||
|
Reference in New Issue
Block a user