summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/libmach/vdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/libmach/vdb.c b/sys/src/libmach/vdb.c
index de67905ff..6001813c1 100644
--- a/sys/src/libmach/vdb.c
+++ b/sys/src/libmach/vdb.c
@@ -37,7 +37,7 @@ Machdata mipsmach =
Machdata mipsmachle =
{
- {0, 0, 0, 0xD}, /* break point */
+ {0xD, 0, 0, 0}, /* break point */
4, /* break point size */
leswab, /* short to local byte order */
@@ -60,7 +60,7 @@ Machdata mipsmachle =
*/
Machdata mipsmach2le =
{
- {0, 0, 0, 0xD}, /* break point */
+ {0xD, 0, 0, 0}, /* break point */
4, /* break point size */
leswab, /* short to local byte order */