Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it received the effect of the redefined RGB_* macros

This commit is contained in:
DRC
2009-04-04 15:25:45 +00:00
parent 9cc9035c67
commit d8d563f60a
4 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,8 @@
;
; [TAB8]
%include "jcolsamp.inc"
; --------------------------------------------------------------------------
SECTION SEG_TEXT
BITS 32

View File

@@ -15,7 +15,6 @@
; [TAB8]
%include "jsimdext.inc"
%include "jcolsamp.inc"
; --------------------------------------------------------------------------

View File

@@ -16,6 +16,8 @@
;
; [TAB8]
%include "jcolsamp.inc"
; --------------------------------------------------------------------------
SECTION SEG_TEXT
BITS 32

View File

@@ -18,7 +18,6 @@
; [TAB8]
%include "jsimdext.inc"
%include "jcolsamp.inc"
; --------------------------------------------------------------------------