mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Use "int3" for debug interrupt
This commit is contained in:
parent
7511ccf644
commit
b17f3449ba
@ -310,10 +310,10 @@ typedef intptr_t ssize_t;
|
|||||||
: \
|
: \
|
||||||
: "memory")
|
: "memory")
|
||||||
|
|
||||||
#define int3 \
|
#define int3 \
|
||||||
__asm__ __volatile__("int $0x3" \
|
__asm__ __volatile__("int3" \
|
||||||
: \
|
: \
|
||||||
: \
|
: \
|
||||||
: "memory")
|
: "memory")
|
||||||
|
|
||||||
#endif // !__FENNIX_KERNEL_TYPES_H__
|
#endif // !__FENNIX_KERNEL_TYPES_H__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user