121,122c121
< if ((base != INTREG_RBP && base != INTREG_RSP) ||
< 0/*Has an immediate offset*/) {
---
> if ((base != INTREG_RBP && base != INTREG_RSP) || machInst.dispSize) {