Changeset 2760 in kBuild
- Timestamp:
- Jan 28, 2015 4:26:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r2758 r2760 1165 1165 CONTEXT Ctx; 1166 1166 1167 /*fprintf(stderr, "dbg: ctrl_event sig=%d\n", sig);*/ 1167 1168 #ifndef _M_IX86 1168 1169 /* only once. */ … … 1197 1198 #else 1198 1199 g_Ctx = Ctx; 1199 Ctx.Rsp -= 0x 20;1200 Ctx.Rsp -= 0x80; 1200 1201 Ctx.Rsp &= ~(uintptr_t)0xf; 1201 Ctx.Rip = (uintptr_t)&dispatch_stub; 1202 Ctx.Rsp += 8; /* (Stack aligned before call instruction, not after.) */ 1203 Ctx.Rip = (uintptr_t)&dispatch_stub; 1202 1204 #endif 1203 1205
Note:
See TracChangeset
for help on using the changeset viewer.