mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Fixed division issue with RDX preservation
This commit is contained in:
parent
fc57557fd9
commit
69cb6d0208
3 changed files with 9 additions and 1 deletions
|
@ -345,6 +345,7 @@ public:
|
|||
BfTypeDef* mStringTypeDef;
|
||||
BfTypeDef* mTypeTypeDef;
|
||||
BfTypeDef* mValueTypeTypeDef;
|
||||
BfTypeDef* mResultTypeDef;
|
||||
BfTypeDef* mFunctionTypeDef;
|
||||
BfTypeDef* mGCTypeDef;
|
||||
BfTypeDef* mGenericIEnumerableTypeDef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue