Skip to content

Commit

Permalink
naming update
Browse files Browse the repository at this point in the history
  • Loading branch information
Martyx00 committed Sep 19, 2024
1 parent 60afdcb commit 289eeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vle_ext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4543,8 +4543,8 @@ extern "C"
ppc_vle_ext->SetDefaultCallingConvention(conv);

Ref<Platform> platform;
platform = new BareMetalPpc32Platform(ppc_vle_ext, "bare-ppc32");
Platform::Register("bare", platform);
platform = new BareMetalPpc32Platform(ppc_vle_ext, "baremetal-ppc_vle");
Platform::Register("baremetal", platform);

return true;
}
Expand Down

0 comments on commit 289eeea

Please sign in to comment.