Skip to content
Snippets Groups Projects
Commit 7334e2eb authored by Isaac Huang's avatar Isaac Huang
Browse files

- should print in hex.

parent 30e18fc0
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ brw_check_page (cfs_page_t *pg, int pattern, __u64 magic)
LBUG ();
bad_data:
CERROR ("Bad data in page %p: "LPU64", "LPU64" expected\n",
CERROR ("Bad data in page %p: "LPX64", "LPX64" expected\n",
pg, data, magic);
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment