Skip to content

Commit

Permalink
kernel: Remove accidentally committed brk (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Jun 16, 2024
1 parent 6848c12 commit 42c666f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/window/window.asm
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ new_window_from_resource:
movz.16 r5, [r8+38] ; y_pos
mov r6, [new_window_from_resource_mnu_ptr]
mov r7, [new_window_from_resource_wid_ptr]
brk
call new_window

; set the flag that tells `destroy_window` to free our allocations
Expand Down

0 comments on commit 42c666f

Please sign in to comment.