Skip to content

Commit

Permalink
Merge pull request #4 from discosat/posix-runtime-build-error-fix
Browse files Browse the repository at this point in the history
Fix build error when POSIX and runtime is both enabled
  • Loading branch information
NValsted authored Apr 24, 2024
2 parents 6cdd2ef + 9354f3e commit 6173234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/proc_runtime_instructions_POSIX.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int proc_runtime_unop(proc_instruction_t * instruction);
int proc_runtime_binop(proc_instruction_t * instruction);
int proc_runtime_call(proc_instruction_t * instruction, proc_analysis_t ** analysis, proc_t ** proc, int * i, if_else_flag_t * _if_else_flag);

pthread_key_t recursion_depth_key;
extern pthread_key_t recursion_depth_key;

/**
* Execute a block instruction.
Expand Down

0 comments on commit 6173234

Please sign in to comment.