summaryrefslogtreecommitdiff
path: root/x86
diff options
context:
space:
mode:
authorDavid Guillen Fandos2021-03-18 01:18:39 +0100
committerDavid Guillen Fandos2021-03-18 01:20:14 +0100
commit9de4220376bbada53dd1be1d3e6f40a6914c991f (patch)
tree7f3a4dcb620ae825438dadc8dea01890e4b8bf56 /x86
parentfb7ca09b019248b9a0aba481ea55386f71053d73 (diff)
downloadpicogpsp-9de4220376bbada53dd1be1d3e6f40a6914c991f.tar.gz
picogpsp-9de4220376bbada53dd1be1d3e6f40a6914c991f.tar.bz2
picogpsp-9de4220376bbada53dd1be1d3e6f40a6914c991f.zip
asm fixes for clang
Diffstat (limited to 'x86')
-rw-r--r--x86/x86_stub.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/x86/x86_stub.S b/x86/x86_stub.S
index 8d76457..6765114 100644
--- a/x86/x86_stub.S
+++ b/x86/x86_stub.S
@@ -575,7 +575,9 @@ _spsr:
_reg_mode:
.space 196
-.comm _memory_map_read 0x8000
-.comm _memory_map_write 0x8000
+_memory_map_read:
+ .space 0x8000
+_memory_map_write:
+ .space 0x8000