Changeset e1be3b6 in mainline for arch/amd64/src/asm_utils.S
- Timestamp:
- 2006-03-23T21:18:58Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9cbd27b
- Parents:
- 3b712407
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/asm_utils.S
r3b712407 re1be3b6 181 181 * a little bit tricky. For instance, subq $0x80, %rsp and subq $0x78, %rsp 182 182 * can result in two instructions with different op-code lengths. 183 * Therefore, pay special attention to the extra NOP's that serve as 184 * a necessary fill. 183 * Therefore we align the interrupt handlers. 185 184 */ 186 185
Note:
See TracChangeset
for help on using the changeset viewer.