summaryrefslogtreecommitdiffhomepage
path: root/src/internal/nt64
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-06-02 12:15:37 -0400
committermidipix <writeonce@midipix.org>2015-06-02 12:15:37 -0400
commited42e65fd406f9b8ed6ee6ca887431c13c556d0b (patch)
tree6255ba15170115552feeb73bb7d57cb995ed35b1 /src/internal/nt64
parentb8a8bb3200f360ed2d7a445e8d737cb5bd510cff (diff)
downloadmmglue-ed42e65fd406f9b8ed6ee6ca887431c13c556d0b.tar.bz2
mmglue-ed42e65fd406f9b8ed6ee6ca887431c13c556d0b.tar.xz
arch-specific code: fix assembly function declarations.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'src/internal/nt64')
-rw-r--r--src/internal/nt64/syscall.s1
1 files changed, 1 insertions, 0 deletions
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