]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/net/common/v2_0/tests/mbuf_test.c
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / net / common / v2_0 / tests / mbuf_test.c
index 05f29ea953b0cd40b6b3e1d6d9cfa98dd3febc51..c19bfd932a0d35c392fbb06d8be38f3f1ed417a8 100644 (file)
@@ -46,7 +46,7 @@ cyg_start(void)
 
     for (i = 0;  i < 32;  i++) {
         m[i] = m_get(M_DONTWAIT, MT_DATA);
-        diag_printf("allocate mbuf = %x\n", m[i]);
+        diag_printf("allocate mbuf = 0x%p\n", m[i]);
     }
     
     cyg_test_exit();