mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 15:46:05 +02:00
CTFE updates, including heap support
This commit is contained in:
parent
792d92d014
commit
6bb363fb4b
29 changed files with 3050 additions and 595 deletions
|
@ -141,7 +141,7 @@ namespace IDE.Compiler
|
|||
{
|
||||
char8* fileName = null;
|
||||
char8* errorStr = BfPassInstance_Error_GetMoreInfoData(mNativeBfPassInstance, errorIdx, moreInfoIdx, out fileName, out bfError.mSrcStart, out bfError.mSrcEnd,
|
||||
getLine ? &bfError.mLine : null, getLine ? &bfError.mColumn : null);
|
||||
&bfError.mLine, &bfError.mColumn);
|
||||
Debug.Assert(bfError.mFilePath == null);
|
||||
if (fileName != null)
|
||||
bfError.mFilePath = new String(fileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue