From c97a50ba7baa70b40431594f410ca18e14af3b76 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 19 Mar 2021 23:09:54 +0100 Subject: Some things --- run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run') diff --git a/run b/run index 8a49737..27a7f5f 100755 --- a/run +++ b/run @@ -183,10 +183,10 @@ make_disasm() { make_addr() { printf "Info: Make sure that you've turned the debug build on (e.g. with MELVIX_DEBUG=1)\n\n" if [ -z "$2" ]; then - echo "Usage: './run addr kernel 0x50042'" + echo "Usage: './run addr kernel.elf 0x50042'" exit 1 fi - addr2line -e build/"$1".elf -f -p "$2" + addr2line -e build/"$1" -f -p "$2" } make_cloc() { -- cgit v1.2.3