Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • opensrc/SMPStaticAnalyzer
1 result
Show changes
Commits on Source (3)
......@@ -16,6 +16,7 @@ class SMPInstr;
extern STARS_Interface_t* global_stars_interface;
#pragma pack(1)
class STARS_IRDB_Instruction_t : public STARS_Instruction_t
{
private:
......@@ -280,6 +281,7 @@ class STARS_IRDB_Instruction_t : public STARS_Instruction_t
std::size_t DetermineRegByteWidth(STARS_regnum_t RegNum); // Based on RegNum, determine byte width to set for new operand.
};
#pragma pack()
#endif
......