Changeset b78129a for libcfa/src/concurrency/CtxSwitch-i386.S
- Timestamp:
- May 13, 2019, 2:01:15 PM (4 years ago)
- Branches:
- ADT, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 768b3b4f
- Parents:
- 1531ef5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/CtxSwitch-i386.S
r1531ef5 rb78129a 67 67 // argument is now at 8 + 12 = 20(%esp) 68 68 69 movl 2 8(%esp),%eax69 movl 20(%esp),%eax 70 70 71 71 // Load new context from the "to" area.
Note: See TracChangeset
for help on using the changeset viewer.