From 70b759086d55cfe590b964d0e0165a1dd06faa15 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 28 Mar 2015 10:39:23 -0400 Subject: stub.s: use %eax rather than %rax so that the same stub can be used for both 32- and 64-bit builds. --- stub.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stub.s') diff --git a/stub.s b/stub.s index 29177bb..b50557b 100644 --- a/stub.s +++ b/stub.s @@ -4,5 +4,5 @@ __psx_init: _so_entry_point: - mov $1, %rax + mov $1, %eax ret -- cgit v1.2.3