~sircmpwn/helios-devel

Rename aarch64 label_str to arch_label_str v1 PROPOSED

Dominik Hagowski: 1
 Rename aarch64 label_str to arch_label_str

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/helios-devel/patches/42723/mbox | git am -3
Learn more about email & git

[PATCH] Rename aarch64 label_str to arch_label_str Export this patch

---
 uapi/+aarch64/arch_debug.ha | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uapi/+aarch64/arch_debug.ha b/uapi/+aarch64/arch_debug.ha
index eb23869..08eda18 100644
--- a/uapi/+aarch64/arch_debug.ha
+++ b/uapi/+aarch64/arch_debug.ha
@@ -1,5 +1,5 @@
use caps;

fn label_str(ct: caps::ctype, label: u64) const str = {
fn arch_label_str(ct: caps::ctype, label: u64) const str = {
	return "<TODO>";
};
-- 
2.41.0