Skip to content

Commit

Permalink
Fix incorrect function name when USE_HOOK_PRIMATIVES defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus committed Jul 28, 2024
1 parent aab7272 commit 9e30415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ p4SystemString(P4_Ctx *ctx)
* MOVE ( src dst u -- )
*/
static void
p4Memmove(P4_Ctx *ctx)
p4Move(P4_Ctx *ctx)
{
P4_Cell len = P4_POP(ctx->ds);
P4_Cell dst = P4_POP(ctx->ds);
Expand Down

0 comments on commit 9e30415

Please sign in to comment.