[libcxx-commits] [PATCH] D124248: [libunwind] Add SystemZ support

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 25 13:37:01 PDT 2022


MaskRay added inline comments.


================
Comment at: libunwind/src/Registers.hpp:4749
+  struct s390x_thread_state_t {
+    uint64_t __pswm;    // Problem Status Word: Mask
+    uint64_t __pswa;    // Problem Status Word: Address (PC)
----------------
Either align the comments or not align at all.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124248/new/

https://reviews.llvm.org/D124248



More information about the libcxx-commits mailing list