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 */