Kaydet (Commit) 2e7fe508 authored tarafından Miklos Vajna's avatar Miklos Vajna

error: 'pGen' was not declared in this scope

Change-Id: I6ebf100be3a90b315491e2735da9c82e5901fc59
üst ef46186b
......@@ -173,7 +173,7 @@ void SbiExprNode::GenElement( SbiCodeGen& rGen, SbiOpcode eOp )
{
#ifdef DBG_UTIL
if ((eOp < _RTL || eOp > _CALLC) && eOp != _FIND_G && eOp != _FIND_CM && eOp != _FIND_STATIC)
pGen->GetParser()->Error( SbERR_INTERNAL_ERROR, "Opcode" );
rGen.GetParser()->Error( SbERR_INTERNAL_ERROR, "Opcode" );
#endif
SbiSymDef* pDef = aVar.pDef;
// The ID is either the position or the String-ID
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment