URL
https://opencores.org/ocsvn/scarm/scarm/trunk
Subversion Repositories scarm
[/] [scarm/] [trunk/] [src/] [Instructions/] [scUnUsedInstruction.cpp] - Rev 8
Compare with Previous | Blame | View Log
// scUnUsedInstruction.cpp: implementation of the scUnUsedInstruction class. // ////////////////////////////////////////////////////////////////////// #include "scUnUsedInstruction.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// scUnUsedInstruction::scUnUsedInstruction() { } scUnUsedInstruction::~scUnUsedInstruction() { }