gbe: add the new else instruction to the assert checking.
authorZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 11 Jul 2014 15:36:39 +0000 (23:36 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Fri, 11 Jul 2014 15:36:39 +0000 (23:36 +0800)
commit9c469bc4b6319debde6d0264c1aacaee71eb076d
treee3c67d80f05c07b7e75682cce788174fd6223468
parent454c48b963e5025a44b4fb252d9346cc959f4b6e
gbe: add the new else instruction to the assert checking.

Else is the new branch instruction. We already added it to the
gen_encoder's patchJMPI but forget it for gen75_encoder. Now
fix it.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
backend/src/backend/gen75_encoder.cpp