X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=dump-float.c;h=718d2a113bb1f593a43487d10469933dd1757f95;hb=3de0178afea2e6f4efd708b5a41db865955ac8ef;hp=21aa391d068cc319a863100348a0b01f9cf53782;hpb=6ca1cdb717c55f8a4b4567285e9b44a8822504c9;p=pspp diff --git a/dump-float.c b/dump-float.c index 21aa391d06..718d2a113b 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[] = { 0xc3, 0xe2, 0xb7, 0xc2, 0xb0, 0xe1, 0xb0, 0xfa }; int n = sizeof b; for (int i = 0; i <= n - 8; i++) print_double (b + i);