Correct debug information logic for procedure parameters

This commit is contained in:
gingerBill
2022-02-01 14:11:19 +00:00
parent 85706d559d
commit eac74631ec
3 changed files with 77 additions and 4 deletions
+1
View File
@@ -232,6 +232,7 @@ struct lbTargetList {
enum lbProcedureFlag : u32 {
lbProcedureFlag_WithoutMemcpyPass = 1<<0,
lbProcedureFlag_DebugAllocaCopy = 1<<1,
};
struct lbCopyElisionHint {