diff options
Diffstat (limited to '')
-rw-r--r-- | sw/z80_tests/usart/crt0.s (renamed from sw/z80_test/crt0.s) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/z80_test/crt0.s b/sw/z80_tests/usart/crt0.s index 7701ca6..c272f06 100644 --- a/sw/z80_test/crt0.s +++ b/sw/z80_tests/usart/crt0.s @@ -96,6 +96,7 @@ gsinit:: ; ld de, #s__INITIALIZED ; ld hl, #s__INITIALIZER ldir + gsinit_next: .area _GSFINAL |