Changeset 2314 for trunk/src/kash/shforkA-win.asm
- Timestamp:
- Mar 2, 2009, 2:31:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shforkA-win.asm
r2313 r2314 131 131 mov [eax - 10h], edx 132 132 mov [eax - 18h], ecx 133 cmp rax, edx133 cmp eax, edx 134 134 jb .below 135 mov [fs:04h], rax135 mov [fs:04h], eax 136 136 .below: 137 137 lea edx, [eax - SHFORK_STACK_SIZE]
Note:
See TracChangeset
for help on using the changeset viewer.