arm: add SVCAll with 0 arguments
Some very basic system calls may have no arguments at all.
Этот коммит содержится в:
родитель
9eaa6a7d7f
коммит
e42289ce61
1 изменённых файлов: 3 добавлений и 0 удалений
|
@ -54,6 +54,9 @@ func AsmFull(asm string, regs map[string]interface{})
|
|||
// must be a processor register, reachable with the "mov" instruction.
|
||||
func ReadRegister(name string) uintptr
|
||||
|
||||
// Run the following system call (SVCall) with 0 arguments.
|
||||
func SVCall0(num uintptr) uintptr
|
||||
|
||||
// Run the following system call (SVCall) with 1 argument.
|
||||
func SVCall1(num uintptr, a1 interface{}) uintptr
|
||||
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче