OLD | NEW |
---|---|
(Empty) | |
1 #include "X86MCNaClAsmStreamer.h" | |
2 #include "X86MCNaCl.h" | |
3 | |
4 void X86MCNaClAsmStreamer::EmitInstruction (const MCInst &Inst, const MCSubtarge tInfo &STI) { | |
5 if (!CustomExpandInstNaClX86(STI, Inst, *this, State)) | |
6 MCAsmStreamer::EmitInstruction (Inst, STI); | |
7 } | |
OLD | NEW |