Skip to content

Commit eaee221

Browse files
committed
target/hexagon: Add memory order definition
Signed-off-by: Brian Cain <[email protected]>
1 parent 23deaa4 commit eaee221

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

target/hexagon/cpu-param.h

+5
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@
2424
#define TARGET_PHYS_ADDR_SPACE_BITS 36
2525
#define TARGET_VIRT_ADDR_SPACE_BITS 32
2626

27+
/*
28+
* Hexagon processors have a strong memory model.
29+
*/
30+
#define TCG_GUEST_DEFAULT_MO (TCG_MO_ALL)
31+
2732
#endif

0 commit comments

Comments
 (0)