From 230c196bfc825f66a2e1d96e57a4a38280fe80da Mon Sep 17 00:00:00 2001 From: Robert Norton Date: Sat, 22 Oct 2016 13:35:06 +0100 Subject: fixes following interface changes (type of instruction, name of barrier) --- mips/mips_extras.lem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mips') 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); ] -- cgit v1.2.3