-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluesim: Fix function call arguments in debug function
The EventQueue::print() function was calling bk_clock_name() with the wrong number of arguments, but fortunately print() is not used anywhere, as it only exists for use when debugging. The issue is resolved by adding an additional parameter to print(). However, since so many functions in the EventQueue class take the tSimStateHdl as an argument, it might make sense for the EventQueue constructor to take that value and store it.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters