mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
arm: udf instruction
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user