Milepost UI demo #18

Merged
MartinFouilleul merged 7 commits from ilidemi/orca:ui into main 2023-07-16 15:19:09 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 7450930ae8 - Show all commits

View File

@ -501,11 +501,6 @@ void* orca_runloop(void* user)
if(eventHandlers[G_EVENT_RAW_EVENT])
{
if (app->runtime.rawEventOffset == 0)
{
log_error("expected raw event location to be set");
}
#ifndef M3_BIG_ENDIAN
mp_event* eventPtr = (mp_event*)wasm_memory_offset_to_ptr(&app->runtime.wasmMemory, app->runtime.rawEventOffset);
memcpy(eventPtr, event, sizeof(*event));