From 410d89b23ed0ad6b5ab68b5a917241a81ea65334 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 29 Aug 2023 12:23:17 +0100 Subject: Use the right label --- src/vga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vga.c b/src/vga.c index 8013e4a..d4f5943 100644 --- a/src/vga.c +++ b/src/vga.c @@ -132,7 +132,7 @@ void blit_c(const uint8_t *sprite, const Rect *dst, uint8_t c) "blit_c_w_loop:\n\t" "movb (%%esi), %%ah\n\t" "cmpb $%p5, %%ah\n\t" - "je blitrc_tr\n\t" + "je blit_c_tr\n\t" "orb %%ah, %%ah\n\t" "je blit_c_store\n\t" "movb %%dl, %%ah\n\t" -- cgit v1.2.3