From 42540c0cdc6eac5ceb498220c026666a0d72ee07 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 26 Oct 2011 11:24:04 +0000 Subject: fix garbage collect test for readLineSF --- afileIO3.asm | 2 +- afileIO3.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/afileIO3.asm b/afileIO3.asm index 746298b..fb8e3a1 100644 --- a/afileIO3.asm +++ b/afileIO3.asm @@ -683,7 +683,7 @@ readSFS_gc: push rbp readLineSF: cmp r15,32+2 - ja readLineSF_gc + jb readLineSF_gc readLineSF_r_gc: push rax diff --git a/afileIO3.s b/afileIO3.s index 42f9987..1630f39 100644 --- a/afileIO3.s +++ b/afileIO3.s @@ -721,7 +721,7 @@ readSFS_gc: push rbp readLineSF: cmp r15,32+2 - ja readLineSF_gc + jb readLineSF_gc readLineSF_r_gc: push rax -- cgit v1.2.3