mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-27 21:29:09 +00:00
move interrupt disabling from main
This commit is contained in:
parent
470a2a6315
commit
506df41cdc
@ -26,6 +26,8 @@ enter_kernel030:
|
||||
|
||||
move.l 16(%fp), %a2
|
||||
|
||||
ori.w #0x0700, %sr
|
||||
|
||||
/* disable MMU */
|
||||
|
||||
lea -8(%fp), %a1
|
||||
|
@ -25,6 +25,8 @@ enter_kernel040:
|
||||
|
||||
move.l 16(%fp), %a2
|
||||
|
||||
ori.w #0x0700, %sr
|
||||
|
||||
/* disable MMU */
|
||||
|
||||
moveq.l #0, %d1
|
||||
|
Loading…
x
Reference in New Issue
Block a user