Unverified Commit a408bdc8 authored by wzgpeter's avatar wzgpeter Committed by GitHub
Browse files

fix: semihosting_fileio display the unsupported info (#699)



the abnormal info display below:
semihosting: unsupported call 0
semihosting: unsupported call 0
semihosting: unsupported call 0
semihosting: unsupported call 0
semihosting: unsupported call 0
semihosting: unsupported call 0
semihosting: unsupported call 0
semihosting: unsupported call 0
semihosting: unsupported call 0
semihosting: unsupported call 0
semihosting: unsupported call 0

the PC did not plus 4 before resume, which cause this
abnormal info popup.

Change-Id: I15c1e7426f1925e78f607c566976f9352216506f
Signed-off-by: default avatarWu Zhigang <zhigang.wu@starfivetech.com>

Co-authored-by: default avatarWu Zhigang <zhigang.wu@starfivetech.com>
parent a037b20f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment