Endianness verified using MIPS-BE emulated with qemu.

xethyrion-master
Jose Marcial Vieira Bisneto 2016-11-30 07:02:07 -03:00
parent 8f686f6115
commit e89b5515c2
1 changed files with 0 additions and 2 deletions

View File

@ -88,7 +88,6 @@ int ProquintIsProquint(char *str)
*/
char *ProquintEncode(char *buf)
{
// TODO: check endianness.
char *ret;
int i, c;
uint16_t n;
@ -126,7 +125,6 @@ char *ProquintEncode(char *buf)
*/
char *ProquintDecode(char *str)
{
// TODO: check endianness.
char *ret;
int i, c;
uint16_t x;