Skip to content
Snippets Groups Projects
Commit bbcb88e6 authored by Danny Auble's avatar Danny Auble
Browse files

fix typo

parent 9b4523b7
No related branches found
No related tags found
No related merge requests found
...@@ -1690,7 +1690,7 @@ static int _find_path(List mps, ba_mp_t *start_mp, int dim, ...@@ -1690,7 +1690,7 @@ static int _find_path(List mps, ba_mp_t *start_mp, int dim,
/* This should never happen since we got here /* This should never happen since we got here
from an unused mp */ from an unused mp */
if (!(axis_switch->usage & BG_SWITCH_IN_PASS)) { if (!(axis_switch->usage & BG_SWITCH_IN_PASS)) {
info("got a bad axis_switch at %s %d %s", curr_mp->coord->str, dim, ba_switch_usage_str(axis_switch->usage)); info("got a bad axis_switch at %s %d %s", curr_mp->coord_str, dim, ba_switch_usage_str(axis_switch->usage));
xassert(0); xassert(0);
} }
......
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