Skip to content
Snippets Groups Projects
Commit f8edfccc authored by an7s's avatar an7s
Browse files

Changed schema for instructions. We now have an...

Changed schema for instructions. We now have an indirect_branch_target_address_id instead of a boolean
parent 3d8e4dd6
Branches
Tags
No related merge requests found
......@@ -30,7 +30,8 @@ CREATE TABLE #PROGNAME#_instruction
fallthrough_address_id integer,
target_address_id integer,
data bytea,
callback text,
comment text,
is_indirect_target boolean DEFAULT true,
ind_target_address_id integer DEFAULT -1,
doip_id integer DEFAULT -1
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment