src/adv.c: add Frama-C annotation for interface_adv()
This commit is contained in:
parent
28e29554f7
commit
b05dfc200b
1 changed files with 1 additions and 0 deletions
|
@ -460,6 +460,7 @@ void interface_adv(disk_t *disk_car, const int verbose,const int dump_ind, const
|
|||
assert(current_cmd!=NULL);
|
||||
log_info("\nInterface Advanced\n");
|
||||
list_part=disk_car->arch->read_part(disk_car,verbose,0);
|
||||
/*@ assert valid_list_part(list_part); */
|
||||
current_element=list_part;
|
||||
log_all_partitions(disk_car, list_part);
|
||||
while(1)
|
||||
|
|
Loading…
Reference in a new issue