Skip to content

Commit

Permalink
Pass KernelSel4Arch for simulation settings
Browse files Browse the repository at this point in the history
This allows the simulation settings to distinguish between ia32 and x86_
64 when setting for simulation.

Signed-off-by: Curtis Millar <[email protected]>
  • Loading branch information
xurtis committed Feb 4, 2021
1 parent cc9948e commit 735fcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if(NOT Sel4testAllowSettingsOverride)
endif()

if(SIMULATION)
ApplyCommonSimulationSettings(${KernelArch})
ApplyCommonSimulationSettings(${KernelSel4Arch})
else()
if(KernelArchX86)
set(KernelIOMMU ON CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 735fcbf

Please sign in to comment.