diff options
| author | Robert Norton | 2016-04-27 14:56:08 +0100 |
|---|---|---|
| committer | Robert Norton | 2016-04-27 14:56:08 +0100 |
| commit | ebea637489446114fb95863db861accf14a6b393 (patch) | |
| tree | 417d6c054c39d53454cdde53d1f416f3b8cf67f0 | |
| parent | cfdbb9e53270e398d5d701443f4703630649e172 (diff) | |
mips: fix error caused by TranslateAddress having wrong name.
| -rw-r--r-- | mips/mips_wrappers.sail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mips/mips_wrappers.sail b/mips/mips_wrappers.sail index d77f176c..f9530b25 100644 --- a/mips/mips_wrappers.sail +++ b/mips/mips_wrappers.sail @@ -5,5 +5,5 @@ function bool effect {wmem} MEMw_conditional_wrapper(addr, size, data) = function bit[64] addrWrapper((bit[64]) addr, (MemAccessType) accessType, (WordType) width) = addr -function (option<Exception>, option<bit[64]>) TLBTranslate ((bit[64]) vAddr, (MemAccessType) accessType) = +function (option<Exception>, option<bit[64]>) TranslateAddress ((bit[64]) vAddr, (MemAccessType) accessType) = TLBTranslate(vAddr, accessType) |
