aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'amd64')
-rw-r--r--amd64/emit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amd64/emit.c b/amd64/emit.c
index e1d9463..c1f01a3 100644
--- a/amd64/emit.c
+++ b/amd64/emit.c
@@ -508,7 +508,7 @@ emitinstr(uchar **pcode, uint *stktop, struct function *fn, struct block *blk, i
assert(mkregoper(ins->l).reg == RAX);
Xidiv(pcode, ksiz, mkdatregoper(ins->r));
break;
- case KF4: case KF8: assert(0);
+ case KF4: case KF8: assert(!"nyi");
}
break;
case Omove: