75c75,79
< return "Privileged Instruction";
---
> std::stringstream response;
>
> printMnemonic(response, mnemonic);
>
> return response.str();