From 289eeea54d88f08cf56324413f20d93f1269785e Mon Sep 17 00:00:00 2001 From: Martin Petran Date: Thu, 19 Sep 2024 09:35:38 +0200 Subject: [PATCH] naming update --- vle_ext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vle_ext.cpp b/vle_ext.cpp index 9d032d6..9ec1519 100644 --- a/vle_ext.cpp +++ b/vle_ext.cpp @@ -4543,8 +4543,8 @@ extern "C" ppc_vle_ext->SetDefaultCallingConvention(conv); Ref 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; }