From ed42e65fd406f9b8ed6ee6ca887431c13c556d0b Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 2 Jun 2015 12:15:37 -0400 Subject: arch-specific code: fix assembly function declarations. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- src/internal/nt64/syscall.s | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/nt64/syscall.s') diff --git a/src/internal/nt64/syscall.s b/src/internal/nt64/syscall.s index ce3827b..66fd96d 100644 --- a/src/internal/nt64/syscall.s +++ b/src/internal/nt64/syscall.s @@ -1,5 +1,6 @@ .text .global __syscall +.def __syscall; .scl 2; .type 32; .endef __syscall: jmp __syscall_disp -- cgit v1.2.3