Fixes register callback shim not using the values from the callback. Currently the user defined callback is being called with whatever junk values are at the memory addresses the function ends up getting called with.
Changes
Updates callback shim
Adds ignored test for trying the callback on a sample from test_data
Description
Fixes register callback shim not using the values from the callback. Currently the user defined callback is being called with whatever junk values are at the memory addresses the function ends up getting called with.
Changes