3c3
< // Copyright (c) 2014 ARM Limited
---
> // Copyright (c) 2014, 2018 ARM Limited
57a58,66
> // Illegal execution handling
> //
>
> def format IllegalExec() {{
> decode_block = 'return new IllegalExecInst(machInst);\n'
> }};
>
> ////////////////////////////////////////////////////////////////////
> //