Skip to content

Commit e322a95

Browse files
authored
Remove premature exit for INC_X or INC_Y zero
1 parent c38c65e commit e322a95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kernel/arm/cdot_vfp.S

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
215215
cmp N, #0
216216
ble cdot_kernel_L999
217217

218-
cmp INC_X, #0
219-
beq cdot_kernel_L999
218+
# cmp INC_X, #0
219+
# beq cdot_kernel_L999
220220

221-
cmp INC_Y, #0
222-
beq cdot_kernel_L999
221+
# cmp INC_Y, #0
222+
# beq cdot_kernel_L999
223223

224224
cmp INC_X, #1
225225
bne cdot_kernel_S_BEGIN

0 commit comments

Comments
 (0)