diff options
author | Camil Staps | 2023-06-18 21:33:53 +0200 |
---|---|---|
committer | Camil Staps | 2023-06-18 21:33:53 +0200 |
commit | e06fcb91abf5ec8403ccf03ba09a6e5ec7d11b8b (patch) | |
tree | 3361d05765f10c8601f5f9137631f251b2563188 /driver.s | |
parent | Remove outdated makefile (diff) |
Add automated tests
Diffstat (limited to 'driver.s')
-rw-r--r-- | driver.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ EVALROOT: main: la $gp,heap - la $t0,__main_ntest + la $t0,__main_nmain sw $t0,($gp) la $s0,PRINTROOT |