asm/pragma.c: if the handler is NULL, treat it as DIRR_UNKNOWN
commit875342547296d29ac65ccfb2ea32be86fa208e3f
authorH. Peter Anvin <hpa@zytor.com>
Thu, 9 Mar 2017 04:28:13 +0000 (8 20:28 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 9 Mar 2017 04:28:13 +0000 (8 20:28 -0800)
tree3a9e43674fa616c7f135bec6aca7bb741f23d4a7
parentd9493fa4403ea05eb99dae73daf771cfc44c3ca7
asm/pragma.c: if the handler is NULL, treat it as DIRR_UNKNOWN

If the handler is NULL, then all pragmas are by definition unknown, so
treat them exactly as if we had received DIRR_UNKNOWN from the
handler.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
asm/pragma.c