)]}'
{
  "commit": "d0ae87a27c212b4dda1b5e83507f5ebdfd019097",
  "tree": "6a491aac5f72972a081c609ec8da436d9e989c3a",
  "parents": [
    "7d50b696601deecfcefcfb2d8ba9eaf98cb294b6"
  ],
  "author": {
    "name": "Richard Henderson",
    "email": "richard.henderson@linaro.org",
    "time": "Sun Mar 24 14:03:05 2024 -1000"
  },
  "committer": {
    "name": "Richard Henderson",
    "email": "richard.henderson@linaro.org",
    "time": "Wed Mar 27 12:15:25 2024 -1000"
  },
  "message": "target/hppa: Fix DCOR reconstruction of carry bits\n\nThe carry bits for each nibble N are located in bit (N+1)*4,\nso the shift by 3 was off by one.  Furthermore, the carry bit\nfor the most significant carry bit is indeed located in bit 64,\nwhich is located in a different storage word.\n\nUse a double-word shift-right to reassemble into a single word\nand place them all at bit 0 of their respective nibbles.\n\nTested-by: Helge Deller \u003cdeller@gmx.de\u003e\nReviewed-by: Helge Deller \u003cdeller@gmx.de\u003e\nFixes: b2167459ae4 (\"target-hppa: Implement basic arithmetic\")\nSigned-off-by: Richard Henderson \u003crichard.henderson@linaro.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e0413102076d3b22daa1befd4255588939e0a0e5",
      "old_mode": 33188,
      "old_path": "target/hppa/translate.c",
      "new_id": "a3f425d8616e21acd8a469276648b8cbadd41d9d",
      "new_mode": 33188,
      "new_path": "target/hppa/translate.c"
    }
  ]
}
