| 1207 | |
| 1208 | |
| 1209 | static void ApplyAttributeToLastInstruction(LowLevelILFunction& il, uint32_t attributes) |
| 1210 | { |
| 1211 | size_t instrId = il.GetInstructionCount()-1; |
| 1212 | ExprId expr = il.GetIndexForInstruction(instrId); |
| 1213 | il.SetExprAttributes(expr, attributes); |
| 1214 | } |
| 1215 | |
| 1216 | |
| 1217 | enum Arm64Intrinsic operation_to_intrinsic(int operation) |
no test coverage detected