Adapt TIP address to changed mapping in Tukija.

This commit is contained in:
Michael Mueller
2025-04-22 15:36:34 +02:00
parent f279097716
commit 7b3400b261

View File

@@ -499,7 +499,7 @@ namespace Tukija {
}
inline static Tip const *tip() {
return reinterpret_cast<Tip *>(0x7fffbffe0000);
return reinterpret_cast<Tip *>(0x7fffbffdb000);
}
};