fixed debug to compile

This commit is contained in:
koolsmoky
2003-06-08 13:23:21 +00:00
parent 16a5b539db
commit 608d808cfc

View File

@@ -419,7 +419,8 @@ _trisetup_clip_coor_thunk:
;; If debugging make sure that we're in clip coordinates
%IFDEF GLIDE_DEBUG
test [gc + CoordinateSpace], 1
mov eax, [gc + CoordinateSpace]
test eax, 1
jnz __clipSpace
xor eax, eax
mov [eax], eax
@@ -454,7 +455,8 @@ _trisetup_SSE_clip_coor_thunk:
;; If debugging make sure that we're in clip coordinates
%IFDEF GLIDE_DEBUG
test [gc + CoordinateSpace], 1
mov eax, [gc + CoordinateSpace]
test eax, 1
jnz __clipSpace
xor eax, eax
mov [eax], eax