diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-09-01 09:56:44 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-09-01 10:15:23 +0200 |
| commit | aa12aa90145c9b6f34198cd453953e4c2b12f576 (patch) | |
| tree | 0598b99449eb3124f745a3e46048b62cac322cb6 /arch | |
| parent | 41878cde5084ba5f8a6680fdb8e788c023cfbb6c (diff) | |
| download | tanya-aa12aa90145c9b6f34198cd453953e4c2b12f576.tar.gz | |
Add module for network interfaces
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x64/linux/syscall.S | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/x64/linux/syscall.S b/arch/x64/linux/syscall.S index e69bd30..a9c5437 100644 --- a/arch/x64/linux/syscall.S +++ b/arch/x64/linux/syscall.S @@ -11,10 +11,11 @@ The returned value is placed in %rax. */ .text - .globl syscall1 - .type syscall1, @function +// 1 parameter. + .globl _D5tanya3sys5linux7syscallQiFNbNillZl + .type _D5tanya3sys5linux7syscallQiFNbNillZl, @function -syscall1: +_D5tanya3sys5linux7syscallQiFNbNillZl: movq %rsi, %rax // Syscall number. syscall |
