Skip to content

Commit 3ef4357

Browse files
asdfugiljannau
authored andcommitted
proxyclient: Fix P_FREE
Correct P_FREE to 0x603 instead of 0x602 (P_MEMALIGN). Signed-off-by: Nick Chan <towinchenmi@gmail.com>
1 parent 8e26353 commit 3ef4357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxyclient/m1n1/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ class M1N1Proxy(Reloadable):
566566
P_HEAPBLOCK_ALLOC = 0x600
567567
P_MALLOC = 0x601
568568
P_MEMALIGN = 0x602
569-
P_FREE = 0x602
569+
P_FREE = 0x603
570570

571571
P_KBOOT_BOOT = 0x700
572572
P_KBOOT_SET_CHOSEN = 0x701

0 commit comments

Comments
 (0)