diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/state.h b/src/state.h index 247124f..2f4d856 100644 --- a/src/state.h +++ b/src/state.h @@ -87,6 +87,11 @@ int IsIntermediatePass(void); void SetNeededPasses(int n); +/* Get current pass. Just used for debug. +*/ +int GetCurrentPass(void); + + /* Set the current PC */ void SetPC(int i); |