mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
vm/cpu.c: remove CPU_FLAGS_HALT. defined in cpu.h
This commit is contained in:
parent
a105d5087e
commit
48d03c85a0
1 changed files with 0 additions and 3 deletions
3
vm/cpu.c
3
vm/cpu.c
|
|
@ -31,9 +31,6 @@
|
|||
#include "syscall.h"
|
||||
#include "instr_decode.h"
|
||||
|
||||
/* CPU flags */
|
||||
#define CPU_FLAGS_HALT (1<<0)
|
||||
|
||||
#ifdef M16_DEBUG_INSTR
|
||||
#define debug(...) fprintf(stderr, __VA_ARGS__)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue