Changeset 1b20da0 in mainline for kernel/arch/ia32/src/context.S
- Timestamp:
- 2018-02-28T17:52:03Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3061bc1
- Parents:
- df6ded8
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:26:03)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/context.S
rdf6ded8 r1b20da0 39 39 # 40 40 FUNCTION_BEGIN(context_save_arch) 41 movl 0(%esp), %eax # save pc value into eax 42 movl 4(%esp), %edx # address of the context variable to save context to 41 movl 0(%esp), %eax # save pc value into eax 42 movl 4(%esp), %edx # address of the context variable to save context to 43 43 44 44 # save registers to given structure
Note:
See TracChangeset
for help on using the changeset viewer.