diff options
Diffstat (limited to 'src/ControlFlow.h')
| -rw-r--r-- | src/ControlFlow.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ControlFlow.h b/src/ControlFlow.h new file mode 100644 index 0000000..0f8aa87 --- /dev/null +++ b/src/ControlFlow.h @@ -0,0 +1,7 @@ +#pragma once + +struct CPUContext; + +namespace executor_cases { + void Hlt(CPUContext& cc); +} |
