Skip to content

Commit 4e02e59

Browse files
author
Derek Hower
committed
Remove fm from fence
1 parent a29b25e commit 4e02e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/inst/I/fence.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ operation(): |
142142
Boolean is_pause;
143143
144144
if (implemented?(ExtensionName::Zihintpause)) {
145-
if ((pred == 1) && (succ == 0) && (fm == 0) && (rd == 0) && (rs1 == 0)) {
145+
if ((pred == 1) && (succ == 0) && (rd == 0) && (rs1 == 0)) {
146146
# this is a PAUSE instruction
147147
is_pause = true;
148148
}
@@ -192,7 +192,7 @@ operation(): |
192192
);
193193
}
194194
pseudoinstructions:
195-
- when: (pred == 1) && (succ == 0) && (fm == 0) && (rd == 0) && (rs1 == 0)
195+
- when: (pred == 1) && (succ == 0) && (rd == 0) && (rs1 == 0)
196196
to: pause
197197

198198
sail(): |

0 commit comments

Comments
 (0)