diff --git a/src/sys/graphics/objgfx30.cpp b/src/sys/graphics/objgfx30.cpp index 56d19e9..1ace08f 100755 --- a/src/sys/graphics/objgfx30.cpp +++ b/src/sys/graphics/objgfx30.cpp @@ -152,14 +152,13 @@ " cmpl %%ebx,%%edi \n" " jae no_good_match \n" " movl %%edi,%%ebx \n" - " incl %%eax\n" " movl %%eax,%4 \n" "no_good_match: \n" " incl %%eax \n" " decl %%ecx \n" " jnz lop \n" : - : "S" (TGfx0::pal), "g" (red), "g" (green), "g" (blue), "r" (lastclr) + : "S" (pal), "g" (red), "g" (green), "g" (blue), "r" (lastclr) ); break; } // switch