diff options
Diffstat (limited to 'inc/controller.h')
-rw-r--r-- | inc/controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/controller.h b/inc/controller.h index cd59fc8..d8f6439 100644 --- a/inc/controller.h +++ b/inc/controller.h @@ -41,7 +41,7 @@ class Controller : public Stage * Direct the simulator to run for `number` clock cycles. * @param the number of clock cycles to run for. */ - void run_for(int number); + void run_for(long number); /** * @return the current clock cycle. */ |