aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien George2018-05-15 11:17:28 +1000
committerDamien George2018-05-15 11:17:28 +1000
commitc97607db5ccc03afbccacf853f2cd06305c28251 (patch)
treebd41dee89f68844028dc3f78294a87f49b9183c7 /tests
parente6b66f1092472b2d371aab90ad2f556bab4ad8c0 (diff)
py/nlrx86: Use naked attribute on nlr_push for gcc 8.0 and higher.
gcc 8.0 supports the naked attribute for x86 systems so it can now be used here. And in fact it is necessary to use this for nlr_push because gcc 8.0 no longer generates a prelude for this function (even without the naked attribute).
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions