mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Fixed broken CI
This commit is contained in:
@@ -72,6 +72,7 @@ static void dumpCpu(void) noexcept {
|
||||
// [CPU Features]
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
#ifndef ASMJIT_NO_LOGGING
|
||||
INFO("CPU Features:");
|
||||
BaseFeatures::Iterator it(cpu.features().iterator());
|
||||
while (it.hasNext()) {
|
||||
@@ -81,6 +82,7 @@ static void dumpCpu(void) noexcept {
|
||||
INFO(" %s\n", featureString.data());
|
||||
};
|
||||
INFO("");
|
||||
#endif // !ASMJIT_NO_LOGGING
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user