浏览代码

Allow object varptr cast to pointer. Resolves #487

Brucey 5 年之前
父节点
当前提交
e5965a15ad
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      expr.bmx

+ 2 - 0
expr.bmx

@@ -1546,6 +1546,8 @@ Type TCastExpr Extends TExpr
 				End If
 			Else If TNumericType(src) And (src._flags & TType.T_VARPTR) Then
 				exprType = expr.exprType
+			Else If TObjectType(src) And (src._flags & TType.T_VARPTR) Then
+				exprType = expr.exprType
 			Else If TArrayType(src) Then
 			
 				' for functions and index access, use a new local variable