diff options
author | tomsmeding <tom.smeding@gmail.com> | 2016-08-14 18:57:41 +0200 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2016-08-14 18:57:41 +0200 |
commit | 85f9e4b25b6bf8b3e4514e6fd6f8a21b4414ae44 (patch) | |
tree | 029b2b76aa1cb33a6d4cf36b1d9a2d72f1de131c | |
parent | 3d27c03402c74f54f44d4e51eeae827f93bc44bc (diff) |
Fix fopenstr location
-rw-r--r-- | epilogue.snippet.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epilogue.snippet.asm b/epilogue.snippet.asm index 7018fc1..d1c44a1 100644 --- a/epilogue.snippet.asm +++ b/epilogue.snippet.asm @@ -74,6 +74,8 @@ sectalign 8 nomemstr: db "Out of memory!" .len: equ $-nomemstr +fopenstr: db "fopen", 0 + %ifdef OUTPUT_LAST_CELL LCRformatstr: db "Last cell reached: %d", 10, 0 @@ -82,8 +84,6 @@ nomemstr: db "Out of memory!" %endif %ifdef HEATMAPFNAME - fopenstr: db "fopen", 0 - HMfname: db HEATMAPFNAME HMfmode: db "w", 0 HMformatstr: db "%d %d", 10, 0 |