diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-08-29 12:23:17 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-08-29 12:23:17 +0100 |
commit | 410d89b23ed0ad6b5ab68b5a917241a81ea65334 (patch) | |
tree | 90367ef3465cbdd48aabb0476e36562bcd137f29 /src/vga.c | |
parent | 2fd7c2e59ae2aab75ef038c895d3271cb2b99af2 (diff) | |
download | gold-mine-run-410d89b23ed0ad6b5ab68b5a917241a81ea65334.tar.gz gold-mine-run-410d89b23ed0ad6b5ab68b5a917241a81ea65334.zip |
Use the right label
Diffstat (limited to 'src/vga.c')
-rw-r--r-- | src/vga.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |