summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-11-28 18:48:19 +0000
committerAlasdair Armstrong2017-11-28 18:48:19 +0000
commit0952ebb7800fe1c396f6916c33bbc19a3b895308 (patch)
treea63a33c0f1503ab2eda44db2e7c54a8f7d9e4b8d /editors
parent32a659a025cb239a32e8a831200e458af3c54c52 (diff)
Small update to trivial sizeof rewrites so we can handle all cases in
aarch64 vector instructions. There's maybe a better more general way to do this but I'm not sure what that would be.
Diffstat (limited to 'editors')
-rw-r--r--editors/sail2-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sail2-mode.el b/editors/sail2-mode.el
index b93542b5..8dde96df 100644
--- a/editors/sail2-mode.el
+++ b/editors/sail2-mode.el
@@ -8,7 +8,7 @@
"else" "match" "in" "return" "register" "forall" "operator" "effect"
"overload" "cast" "sizeof" "constraint" "default" "assert"
"pure" "infixl" "infixr" "infix" "scattered" "end" "try" "catch" "and"
- "throw" "clause" "as" "repeat" "until" "while" "do"))
+ "throw" "clause" "as" "repeat" "until" "while" "do" "foreach"))
(defconst sail2-kinds
'("Int" "Type" "Order" "inc" "dec"