diff options
author | midipix <writeonce@midipix.org> | 2015-06-02 12:15:37 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-06-02 12:15:37 -0400 |
commit | ed42e65fd406f9b8ed6ee6ca887431c13c556d0b (patch) | |
tree | 6255ba15170115552feeb73bb7d57cb995ed35b1 /src/internal/nt32 | |
parent | b8a8bb3200f360ed2d7a445e8d737cb5bd510cff (diff) | |
download | mmglue-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/nt32')
-rw-r--r-- | src/internal/nt32/syscall.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/nt32/syscall.s b/src/internal/nt32/syscall.s index 3fcd5bb..bf90d04 100644 --- a/src/internal/nt32/syscall.s +++ b/src/internal/nt32/syscall.s @@ -1,5 +1,6 @@ .text .global ___syscall +.def ___syscall; .scl 2; .type 32; .endef ___syscall: jmp ___syscall_disp |