]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c
ArmPkg/SemiHostingSerialPortLib: Return number of written bytes in SerialPortWrite()
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Jul 2011 15:01:27 +0000 (15:01 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Jul 2011 15:01:27 +0000 (15:01 +0000)
commit5f4f1334e3337d28e254ec08165954e7cea9448c
tree93c2d2bc8fd15f2a6e219b5dc0024b18682a11a2
parent76336e4e2a7ff4c439b2eae08b224aa864f1324c
ArmPkg/SemiHostingSerialPortLib: Return number of written bytes in SerialPortWrite()

It was previously returning '0' written bytes that was interprating by the higher
layers as a failing operation.

Fix proposed by Eugene Cohen (HP)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12026 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c