From 37d711dbec41295866ff81bb93f0d6bd8e892813 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 26 Dec 2015 19:32:31 -0800 Subject: [PATCH] fix comment --- Lua/inject/print.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Lua/inject/print.asm b/Lua/inject/print.asm index d0c2188..fbaacf8 100644 --- a/Lua/inject/print.asm +++ b/Lua/inject/print.asm @@ -14,9 +14,7 @@ buffer_pos: .word 0 -// set up 2048 bytes of text buffer -// each line is 32 words, or 128 bytes -// i don't think this is enough, actually +// we'll just let this overflow .align 8 buffer: .word 0