mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:03:26 +02:00
Fix PowerPC runtime error, bug288
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ public:
|
||||
void V3ParseImp::stateExitPsl() { parsep()->m_lexerp->stateExitPsl(); }
|
||||
void V3ParseImp::statePushVlg() { parsep()->m_lexerp->stateExitPsl(); }
|
||||
void V3ParseImp::statePop() { parsep()->m_lexerp->statePop(); }
|
||||
int V3ParseImp::yylexThis() { parsep()->m_lexerp->yylex(); }
|
||||
int V3ParseImp::yylexThis() { return parsep()->m_lexerp->yylex(); }
|
||||
|
||||
//######################################################################
|
||||
// Read class functions
|
||||
|
||||
Reference in New Issue
Block a user