cpn/database: include data_width in the fsppilot during prune step
During the prune step the data_width of the injected location was not propagated before. It is now stored in fsppilot (database layout change!) and sent in the fsppilot protobuf message. Change-Id: I0562f6fc8957adea0f8a9fb63469ca5e3f4b7b2d
This commit is contained in:
@ -57,6 +57,7 @@ bool Pruner::create_database() {
|
||||
" injection_instr int(10) unsigned NOT NULL,"
|
||||
" injection_instr_absolute int(10) unsigned,"
|
||||
" data_address int(10) unsigned NOT NULL,"
|
||||
" data_width int(10) unsigned NOT NULL,"
|
||||
" fspmethod_id int(11) NOT NULL,"
|
||||
" PRIMARY KEY (id),"
|
||||
" KEY fspmethod_id (fspmethod_id,variant_id,data_address,instr2)"
|
||||
|
||||
Reference in New Issue
Block a user