diff options
| author | Robert Norton | 2016-10-22 13:35:06 +0100 |
|---|---|---|
| committer | Robert Norton | 2016-10-22 13:35:06 +0100 |
| commit | 230c196bfc825f66a2e1d96e57a4a38280fe80da (patch) | |
| tree | 9d558279b044bfd5c000ccffaea07aa1986788f8 /mips | |
| parent | 208f1ea5626ac37ac0b1ac4a67a43d3c558d1e4d (diff) | |
fixes following interface changes (type of instruction, name of barrier)
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); ] |
