clean up warnings a bit
This commit is contained in:
parent
30650b870c
commit
67b44dedc0
8 changed files with 12 additions and 32 deletions
|
@ -30,7 +30,6 @@ data Exception =
|
|||
| EnvironmentCallFromMMode
|
||||
| InstructionPageFault
|
||||
| LoadPageFault
|
||||
| Reserved
|
||||
| StoreAMOPageFault
|
||||
| DoubleTrap
|
||||
| SoftwareCheck
|
||||
|
@ -84,7 +83,6 @@ isSynchronousException EnvironmentCallFromSMode = True
|
|||
isSynchronousException EnvironmentCallFromMMode = True
|
||||
isSynchronousException InstructionPageFault = True
|
||||
isSynchronousException LoadPageFault = True
|
||||
isSynchronousException Reserved = True
|
||||
isSynchronousException StoreAMOPageFault = True
|
||||
isSynchronousException DoubleTrap = True
|
||||
isSynchronousException SoftwareCheck = True
|
||||
|
|
Reference in a new issue