From 0c965983545d1c50f178c30ca9a2850cdfbb3821 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Tue, 14 Apr 2015 23:23:08 +0200 Subject: [PATCH] syscall6809.s: Use correct SWI number Use SWI as set up in the vector table. This is not NitrOS-9, I guess... Signed-off-by: Tormod Volden --- Library/libs/fuzix6809/syscall6809.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/libs/fuzix6809/syscall6809.s b/Library/libs/fuzix6809/syscall6809.s index 8e586d99..510d5783 100644 --- a/Library/libs/fuzix6809/syscall6809.s +++ b/Library/libs/fuzix6809/syscall6809.s @@ -4,7 +4,7 @@ .area .text __syscall: - swi2 + swi bne error rts error: -- 2.34.1