summaryrefslogtreecommitdiff
path: root/ztestrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'ztestrun.c')
-rw-r--r--ztestrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ztestrun.c b/ztestrun.c
index 4a59534..42c934f 100644
--- a/ztestrun.c
+++ b/ztestrun.c
@@ -116,7 +116,7 @@ int main(int argc, char ** argv)
printf("Flags: SZYHXVNC\n"
" %d%d%d%d%d%d%d%d\n",
context->last_flag_result >> 7, context->zflag != 0, context->last_flag_result >> 5 & 1, context->chflags >> 3 & 1,
- context->last_flag_result >> 3 & 1, context->pvflag != 0, context->nflag, context->chflags >> 7 & 1
+ context->last_flag_result >> 3 & 1, context->pvflag != 0, context->nflag != 0, context->chflags >> 7 & 1
);
puts("--Alternate Regs--");
printf("A: %X\nB: %X\nC: %X\nD: %X\nE: %X\nHL: %X\n",