Ignore:
Timestamp:
Mar 2, 2009, 2:31:03 AM (16 years ago)
Author:
bird
Message:

kash: 32-bit windows build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shforkA-win.asm

    r2313 r2314  
    131131        mov     [eax - 10h], edx
    132132        mov     [eax - 18h], ecx
    133         cmp     rax, edx
     133        cmp     eax, edx
    134134        jb      .below
    135         mov     [fs:04h], rax
     135        mov     [fs:04h], eax
    136136.below:
    137137        lea     edx, [eax - SHFORK_STACK_SIZE]
Note: See TracChangeset for help on using the changeset viewer.