haskell: fix misguided import for ARM platform

This commit is contained in:
Rafal Kolanski 2016-07-15 23:46:18 +10:00 committed by Alejandro Gomez-Londono
parent 57d800e9c3
commit 7dc21c9c71
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ This module defines the low-level ARM hardware interface.
The ARM-specific register set definitions are qualified with the "ARM" prefix, and the platform-specific hardware access functions are qualified with the "Platform" prefix. The latter module is outside the scope of the reference manual; for the executable model, it is specific to the external simulator used for user-level code.
> import qualified SEL4.Machine.RegisterSet.ARM_HYP as ARM
> import qualified SEL4.Machine.RegisterSet.ARM as ARM
> import qualified SEL4.Machine.Hardware.TARGET.Callbacks as Platform
> import qualified SEL4.Machine.Hardware.TARGET.PLATFORM as Platform