We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f42ba commit 49f8566Copy full SHA for 49f8566
ps3api/rpc.py
@@ -287,7 +287,7 @@ def __call__(self, *Args):
287
WantedType = ArgType._type_.__ctype_be__
288
Bytes = bytearray(WantedType(ArgValue))
289
290
- CallContext.AddGPRegister(Context.AddArgData(Bytes))
+ CallContext.AddGPRegister(CallContext.AddArgData(Bytes))
291
292
# elif issubclass(ArgType, Array):
293
# WantedType = ARRAY(ArgType._type_.__ctype_be__, ArgType._length_)
0 commit comments