Date: Wed, 17 Jan 2024 16:13:42 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276406] arm64 ddb: x/hx truncates value to 32bit Message-ID: <bug-276406-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276406 Bug ID: 276406 Summary: arm64 ddb: x/hx truncates value to 32bit Product: Base System Version: 14.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: dfr@rabson.org Note: the high bits of this value should be 0xffff0000 as seen in the x/x output. Stopped at kdb_sysctl_enter+0x98: str xzr, [x19, #256] db> x/x preload_metadata preload_metadata: 1874000 db> preload_metadata+0x4: ffff0000 db> x/gx preload_metadata preload_metadata: 1874000 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276406-227>