Changeset fcfac420 in mainline for arch/amd64/src/asm_utils.S
- Timestamp:
- 2005-12-10T01:02:31Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6095342
- Parents:
- 973be64e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/asm_utils.S
r973be64e rfcfac420 160 160 # 161 161 # The handlers setup data segment registers 162 # and call trap_dispatcher().162 # and call exc_dispatch(). 163 163 # 164 164 .macro handler i n … … 171 171 movq %rbp, %rsi 172 172 addq $8, %rsi # %rsi - second parameter - original stack 173 call trap_dispatcher # trap_dispatcher(i, stack)173 call exc_dispatch # exc_dispatch(i, stack) 174 174 175 175 # Test if this is interrupt with error word or not
Note:
See TracChangeset
for help on using the changeset viewer.