stub.S 140 B

12345678
  1. #include "uml-config.h"
  2. .globl syscall_stub
  3. .section .__syscall_stub, "x"
  4. syscall_stub:
  5. int $0x80
  6. mov %eax, UML_CONFIG_STUB_DATA
  7. int3