diff options
Diffstat (limited to 'binutils/dwarf-mode.el')
-rw-r--r-- | binutils/dwarf-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/dwarf-mode.el b/binutils/dwarf-mode.el index fd6c7c4..3de7d42 100644 --- a/binutils/dwarf-mode.el +++ b/binutils/dwarf-mode.el @@ -1,6 +1,6 @@ ;;; dwarf-mode.el --- Browser for DWARF information. -*-lexical-binding:t-*- -;; Version: 1.8 +;; Version: 1.9 ;; Copyright (C) 2012-2025 Free Software Foundation, Inc. @@ -30,7 +30,7 @@ ("DW_AT_[a-zA-Z_]*name\\s *:\\(?:\\s *(.*):\\)?\\s *\\(.*\\)\\s *$" (1 font-lock-function-name-face)) - ("Compilation Unit @ offset 0x[0-9a-f]+" + ("Compilation Unit @ offset \\(0x[0-9a-f]+\\|0\\)" (0 font-lock-string-face)) )) |