diff options
Diffstat (limited to 'sim/rx/err.c')
-rw-r--r-- | sim/rx/err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/rx/err.c b/sim/rx/err.c index 3fc64d1..ce1cd57 100644 --- a/sim/rx/err.c +++ b/sim/rx/err.c @@ -28,7 +28,7 @@ static unsigned char ee_actions[SIM_ERR_NUM_ERRORS]; static enum execution_error last_error; static void -ee_overrides () +ee_overrides (void) { /* GCC may initialize a bitfield by reading the uninitialized byte, masking in the bitfield, and writing the byte back out. */ |