Skip to content

Commit

Permalink
rename pc
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Nov 18, 2024
1 parent 5f04835 commit 136aad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ typedef union {
* @brief Virtual instruction function pointer
*/
typedef void (*function_virtual_instruction_t)(Platform *platform, size_t worker_number, operand_t op1, operand_t op2,
operand_t op3, bool debug, size_t *pc, Reaction **returned_reaction,
operand_t op3, bool debug, size_t *program_counter, Reaction **returned_reaction,
bool *exit_loop);

/**
Expand Down

0 comments on commit 136aad3

Please sign in to comment.