Skip to content
Snippets Groups Projects
Commit cfd29562 authored by clc5q's avatar clc5q
Browse files

Fix typo.

Former-commit-id: 4cfebd7845b096b1330f88df39a34723e03e73ac
parent fe4baa48
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ class STARS_IRDB_Instruction_t : public STARS_Instruction_t
// create SSA marker
STARS_IRDB_Instruction_t(STARS_InstructionID_t id)
: STARS_Instruction_t(id), features(0),
: STARS_Instruction_t(id), features(0)
{
irdb_insn=NULL;
memset(&disasm, 0, sizeof(disasm));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment