Skip to content

Commit 23b3879

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

target/hexagon/cpu-param.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@
2323
#define TARGET_PHYS_ADDR_SPACE_BITS 36
2424
#define TARGET_VIRT_ADDR_SPACE_BITS 32
2525

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

0 commit comments

Comments
 (0)