aboutsummaryrefslogtreecommitdiff
path: root/bfc.S
diff options
context:
space:
mode:
Diffstat (limited to 'bfc.S')
-rw-r--r--bfc.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/bfc.S b/bfc.S
index f20d3bf..6704bc0 100644
--- a/bfc.S
+++ b/bfc.S
@@ -420,11 +420,6 @@ f_init_buffer:
mov %rax, (%rbx)
mov $v_buffer_cursor, %rbx
mov %rax, (%rbx)
- jmp f_resize_buffer
- /*
- * We directly skip to f_resize_buffer
- * since we want to resize it to a usable amount
- */
f_resize_buffer:
mov $SYS_BRK, %rax
mov $v_buffer_end, %rbx