arm: udf instruction

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-21 00:00:00 +00:00
parent c15c43f0b0
commit 492d9cdf3f
4 changed files with 34 additions and 0 deletions

View File

@@ -313,6 +313,10 @@ path_properties_tuples = (
},
),
'freestanding': freestanding_properties,
'udf.S': {
'exit_status': 132,
'receives_signal': True
},
}
),
'aarch64': (
@@ -327,6 +331,10 @@ path_properties_tuples = (
},
),
'freestanding': freestanding_properties,
'udf.S': {
'exit_status': 132,
'receives_signal': True
},
}
),
'fail.S': {'exit_status': 1},