diff options
| author | Christopher Pulte | 2016-10-22 20:32:54 +0100 |
|---|---|---|
| committer | Christopher Pulte | 2016-10-22 20:32:54 +0100 |
| commit | 0dbcb0e5653ea66c80daef1364de6fb2f5921186 (patch) | |
| tree | 4a885e591eaad5b562be5604c2f5a5b991a89945 /mips | |
| parent | 72e9e83410ec1540c1993184a105696db4fba412 (diff) | |
| parent | 230c196bfc825f66a2e1d96e57a4a38280fe80da (diff) | |
Merge branch 'master' of https://bitbucket.org/Peter_Sewell/sail
Diffstat (limited to 'mips')
| -rw-r--r-- | mips/mips_extras.lem | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mips/mips_extras.lem b/mips/mips_extras.lem index b4db9291..74119914 100644 --- a/mips/mips_extras.lem +++ b/mips/mips_extras.lem @@ -74,5 +74,5 @@ let memory_vals : memory_write_vals = let barrier_functions = [ (*Need to know what barrier kind to install*) - ("MEM_sync", Isync); + ("MEM_sync", Barrier_Isync); ] |
