diff options
| author | Thomas Bauereiss | 2017-09-13 17:19:13 +0100 |
|---|---|---|
| committer | Thomas Bauereiss | 2017-09-14 13:11:44 +0100 |
| commit | 3914be09d200eb92ed1e317123f56667d597b5a7 (patch) | |
| tree | 07ae483bb225f4e8290f77d236b0419b445f9c0c /src/Makefile | |
| parent | aa1f89abb2f42d085bd123147144c9c5c7ceb22f (diff) | |
Fix a regression when writing to a register via a reference in a vector such as GPR
This was wrongly translated as an update of the vector of references.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 6cfcf874..1bac0b71 100644 --- a/src/Makefile +++ b/src/Makefile @@ -177,7 +177,7 @@ _build/cheri_embed_types_sequential.lem: $(CHERI_SAILS) ./sail.native _build/Cheri_embed_sequential.thy: _build/cheri_embed_types_sequential.lem cd _build ;\ - lem -isa -outdir . ../lem_interp/sail_impl_base.lem ../gen_lib/state.lem $(MIPS_SAIL_DIR)/mips_extras_embed_sequential.lem cheri_embed_types_sequential.lem cheri_embed_sequential.lem + lem -isa -outdir . -lib ../lem_interp -lib ../gen_lib $(MIPS_SAIL_DIR)/mips_extras_embed_sequential.lem cheri_embed_types_sequential.lem cheri_embed_sequential.lem _build/mips_all.sail: $(MIPS_SAILS) cat $(MIPS_SAILS) > $@ |
