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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment