moved uninitialized variables to .bss (was .data)
This commit is contained in:
@@ -465,13 +465,10 @@ noprint:
|
||||
move.l (a7)+,d0 // restore d0
|
||||
rts // jump to exception routine
|
||||
|
||||
.data
|
||||
exception_text:
|
||||
.ascii "EXCEPTION %d caught at %p"
|
||||
.byte 13, 10, 0
|
||||
|
||||
.text
|
||||
|
||||
#ifdef MACHINE_FIREBEE
|
||||
stv_protect:
|
||||
move.l usp,a5 // usp holen
|
||||
|
||||
Reference in New Issue
Block a user