mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 05:52:11 +00:00
Bug with the modulo. Will investigate.
This commit is contained in:
parent
113bc31fe4
commit
1e69c409d8
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ namespace Cosmos.GdbClient
|
||||||
}
|
}
|
||||||
|
|
||||||
int modulo1 = ModuloChecksum(parts1[0]);
|
int modulo1 = ModuloChecksum(parts1[0]);
|
||||||
int modulo2 = int.Parse(parts1[2], System.Globalization.NumberStyles.HexNumber);
|
//int modulo2 = int.Parse(parts1[2], System.Globalization.NumberStyles.HexNumber);
|
||||||
|
|
||||||
//TODO: Don't know if I got this right.
|
//TODO: Don't know if I got this right.
|
||||||
//if (modulo1 != modulo2)
|
//if (modulo1 != modulo2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue