X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=dump-float.c;fp=dump-float.c;h=718d2a113bb1f593a43487d10469933dd1757f95;hb=914508121b223930139c4f7beb14a252ca84c0f1;hp=4f41280f002ff021c7dc587a15bf2d20703cf7a5;hpb=53fb600bd20576419781bbca4c3d3c6be420a599;p=pspp diff --git a/dump-float.c b/dump-float.c index 4f41280f00..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[] = { 0, 0, 0, 0, 0, 0x49, 0xd2, 0x40 }; + 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);