1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-23 18:18:00 +02:00

Extended TryMemCpy to work on structs

This commit is contained in:
Brian Fiete 2020-08-12 11:42:15 -07:00
parent 0adfbce884
commit 0fbe15040d
2 changed files with 24 additions and 15 deletions

View file

@ -77,7 +77,7 @@ public:
llvm::DebugLoc mDebugLoc;
bool mHasDebugLoc;
bool mIsCodeView;
int mConstArrayIdx;
int mConstValIdx;
int mCmdCount;
Dictionary<int, BfIRCodeGenEntry> mResults;