Skip to content

Commit

Permalink
make this non static
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeajames authored Mar 14, 2019
1 parent 7f0a5ef commit a93b1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patchfinder64.m
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ static int DecodeMov(uint32_t opcode, uint64_t total, int first, uint64_t *newva
static addr_t Data_size = 0;
static addr_t Data_const_base = 0;
static addr_t Data_const_size = 0;
static addr_t PPLText_base = 0;
static addr_t PPLText_size = 0;
addr_t PPLText_base = 0;
addr_t PPLText_size = 0;

static addr_t KernDumpBase = -1;
static addr_t Kernel_entry = 0;
Expand Down

0 comments on commit a93b1a3

Please sign in to comment.