瀏覽代碼

Added cast to BBDebugScope*.

Brucey 2 年之前
父節點
當前提交
de847927fa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ctranslator.bmx

+ 1 - 1
ctranslator.bmx

@@ -3048,7 +3048,7 @@ t:+"NULLNULLNULL"
 			End If
 			End If
 		Next
 		Next
 		
 		
-		Emit "bbOnDebugEnterScope(&__scope);"
+		Emit "bbOnDebugEnterScope((BBDebugScope *)&__scope);"
 	End Method
 	End Method
 	
 	
 	Method EmitClassThreadedGlobalDebugInit(classDecl:TClassDecl)
 	Method EmitClassThreadedGlobalDebugInit(classDecl:TClassDecl)