dwarf: fix broken external url to arm dwarf mapping (#3272)

This commit is contained in:
jochen 2023-02-14 16:34:34 +01:00 committed by GitHub
parent e11e8858ea
commit 19368d8ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,9 +5,9 @@ import (
) )
// The mapping between hardware registers and DWARF registers is specified // The mapping between hardware registers and DWARF registers is specified
// in the DWARF for the ARM® Architecture page 7, // in the DWARF for the DWARF for the Arm® 64-bit Architecture (AArch64),
// Table 1 // Section 4, Table 1
// http://infocenter.arm.com/help/topic/com.arm.doc.ihi0040b/IHI0040B_aadwarf.pdf // https://github.com/ARM-software/abi-aa/blob/main/aadwarf64/aadwarf64.rst#4arm-specific-dwarf-definitions
const ( const (
ARM64_X0 = 0 // X1 through X30 follow ARM64_X0 = 0 // X1 through X30 follow