mirror of https://github.com/Nonannet/copapy.git
rel_entr_point initialized
This commit is contained in:
parent
c6d55924f7
commit
bfbe2a290a
|
|
@ -50,7 +50,7 @@ int parse_commands(uint8_t *bytes) {
|
||||||
uint32_t offs;
|
uint32_t offs;
|
||||||
uint32_t size;
|
uint32_t size;
|
||||||
int end_flag = 0;
|
int end_flag = 0;
|
||||||
uint32_t rel_entr_point;
|
uint32_t rel_entr_point = 0;
|
||||||
|
|
||||||
while(!end_flag) {
|
while(!end_flag) {
|
||||||
command = *(uint32_t*)bytes;
|
command = *(uint32_t*)bytes;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue