75dbbdb53b
Fix ASM where ebp was push 2 times. One by pushw ebp One by pushal later
6 lines
65 B
C
6 lines
65 B
C
#pragma once
|
|
|
|
#define SYSCALL_INTR_NB 0x42
|
|
|
|
int syscallSetup();
|