From 136aad30d396b6b54f152e0293aa63a8461b135d Mon Sep 17 00:00:00 2001 From: tanneberger Date: Tue, 19 Nov 2024 00:22:31 +0100 Subject: [PATCH] rename pc --- include/reactor-uc/schedulers/static/scheduler_instructions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/reactor-uc/schedulers/static/scheduler_instructions.h b/include/reactor-uc/schedulers/static/scheduler_instructions.h index 1494e583..c6f2b69c 100644 --- a/include/reactor-uc/schedulers/static/scheduler_instructions.h +++ b/include/reactor-uc/schedulers/static/scheduler_instructions.h @@ -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); /**