diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-07-31 04:04:37 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-08-01 04:25:46 +0200 |
| commit | 840bcbda4fa510554ea64cc943d33bd96e28b556 (patch) | |
| tree | bb01d90b004b8a9550d3c3eaa57ac8c4cc727e35 /arch/null | |
| parent | 8a4563d6d0c9e81fdaa42f6f760cae2b49cad431 (diff) | |
Diffstat (limited to 'arch/null')
| -rw-r--r-- | arch/null/arch_inst.c | 2 | ||||
| -rw-r--r-- | arch/null/arch_spec.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/null/arch_inst.c b/arch/null/arch_inst.c index 43f5d0c..140fa7c 100644 --- a/arch/null/arch_inst.c +++ b/arch/null/arch_inst.c @@ -34,7 +34,7 @@ // ---------------------------------------------------------------------------- // [section] globals // ---------------------------------------------------------------------------- -wchar_t *g_arch_inst_symbols = ( +static const wchar_t *g_arch_inst_symbols = ( L"⠀⠁⠂⠃⠄⠅⠆⠇⡀⡁⡂⡃⡄⡅⡆⡇⠈⠉⠊⠋⠌⠍⠎⠏⡈⡉⡊⡋⡌⡍⡎⡏⠐⠑⠒⠓⠔⠕⠖⠗⡐⡑⡒⡓⡔⡕⡖⡗⠘⠙⠚⠛⠜⠝⠞⠟⡘⡙⡚⡛⡜⡝⡞⡟" L"⠠⠡⠢⠣⠤⠥⠦⠧⡠⡡⡢⡣⡤⡥⡦⡧⠨⠩⠪⠫⠬⠭⠮⠯⡨⡩⡪⡫⡬⡭⡮⡯⠰⠱⠲⠳⠴⠵⠶⠷⡰⡱⡲⡳⡴⡵⡶⡷⠸⠹⠺⠻⠼⠽⠾⠿⡸⡹⡺⡻⡼⡽⡾⡿" L"⢀⢁⢂⢃⢄⢅⢆⢇⣀⣁⣂⣃⣄⣅⣆⣇⢈⢉⢊⢋⢌⢍⢎⢏⣈⣉⣊⣋⣌⣍⣎⣏⢐⢑⢒⢓⢔⢕⢖⢗⣐⣑⣒⣓⣔⣕⣖⣗⢘⢙⢚⢛⢜⢝⢞⢟⣘⣙⣚⣛⣜⣝⣞⣟" diff --git a/arch/null/arch_spec.h b/arch/null/arch_spec.h index eeb6d44..41f31e1 100644 --- a/arch/null/arch_spec.h +++ b/arch/null/arch_spec.h @@ -4,7 +4,6 @@ #pragma once -//#define ARCH_SPEC_MVEC_LOOP #define ARCH_SPEC_CORE_FIELDS #define ARCH_SPEC_PROC_FIELDS \ |
