Changeset fcfac420 in mainline for arch/ia32/src/asm.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/ia32/src/asm.S
r973be64e rfcfac420 76 76 # 77 77 # The handlers setup data segment registers 78 # and call trap_dispatcher().78 # and call exc_dispatch(). 79 79 # 80 80 .macro handler i n … … 95 95 addl $4,(%esp) 96 96 pushl %edi 97 call trap_dispatcher97 call exc_dispatch 98 98 addl $8,%esp 99 99
Note:
See TracChangeset
for help on using the changeset viewer.