Make Comment more clear
This commit is contained in:
parent
2368a92f58
commit
eea7693a14
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int save_img(char *out_path, __uint32_t *target_code){
|
||||
//get count of instructions
|
||||
// Count instructions
|
||||
unsigned int count = 0;
|
||||
while(target_code[count]!=0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue