~sircmpwn/helios-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] Rename aarch64 label_str to arch_label_str

Details
Message ID
<20230716182237.21007-1-dom@inik.dev>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
Reply to thread Export thread (mbox)