X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=dump-float.c;fp=dump-float.c;h=4f41280f002ff021c7dc587a15bf2d20703cf7a5;hb=96c7d3dc94c2e3f2d587e42382b541c5ec70ec9a;hp=21aa391d068cc319a863100348a0b01f9cf53782;hpb=d30e5471341fc071b9636162dad5ddb97ae2b96f;p=pspp diff --git a/dump-float.c b/dump-float.c index 21aa391d06..4f41280f00 100644 --- a/dump-float.c +++ b/dump-float.c @@ -21,7 +21,7 @@ print_float (const uint8_t *b) int main (void) { - uint8_t b[] = { 0x1f, 0x05, 0, 0, 0xa2, 3, 0, 0, 0x64, 0, 0, 0 }; + uint8_t b[] = { 0, 0, 0, 0, 0, 0x49, 0xd2, 0x40 }; int n = sizeof b; for (int i = 0; i <= n - 8; i++) print_double (b + i);