diff options
Diffstat (limited to 'arch/um/sys-i386/stub.S')
| -rw-r--r-- | arch/um/sys-i386/stub.S | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/um/sys-i386/stub.S b/arch/um/sys-i386/stub.S deleted file mode 100644 index 2f2c70a8f04..00000000000 --- a/arch/um/sys-i386/stub.S +++ /dev/null @@ -1,8 +0,0 @@ -#include "uml-config.h" - - .globl syscall_stub -.section .__syscall_stub, "x" -syscall_stub: - int $0x80 - mov %eax, UML_CONFIG_STUB_DATA - int3 |
