diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-08-29 12:23:51 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-08-29 12:23:51 +0100 |
commit | f2a8039a2651bd88a6fc39854201cfb77c9f9b17 (patch) | |
tree | eb6588ae0c99df656878416cd29c691e96c95af5 /src | |
parent | 0be5db79ee44cb0f12bbe8a4c124dd0c1de239a4 (diff) | |
download | uboxlib-dos-f2a8039a2651bd88a6fc39854201cfb77c9f9b17.tar.gz uboxlib-dos-f2a8039a2651bd88a6fc39854201cfb77c9f9b17.zip |
Use the right label
Diffstat (limited to 'src')
-rw-r--r-- | src/vga.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ void ubox_blit_c(const uint8_t *sprite, const ubox_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" |