Subversion Repositories HelenOS

Rev

Rev 2071 | Rev 3225 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 3056
Line 242... Line 242...
242
            val = ((sysinfo_val_fn_t) (root->val.fn)) (root);
242
            val = ((sysinfo_val_fn_t) (root->val.fn)) (root);
243
            vtype = "FUN";
243
            vtype = "FUN";
244
            break;
244
            break;
245
        }
245
        }
246
       
246
       
247
        printf("%s    %s val:%d(%x) sub:%s\n", root->name, vtype, val,
247
        printf("%s    %s val:%" PRIun "(%" PRIxn ") sub:%s\n", root->name, vtype, val,
248
            val, (root->subinfo_type == SYSINFO_SUBINFO_NONE) ?
248
            val, (root->subinfo_type == SYSINFO_SUBINFO_NONE) ?
249
            "NON" : ((root->subinfo_type == SYSINFO_SUBINFO_TABLE) ?
249
            "NON" : ((root->subinfo_type == SYSINFO_SUBINFO_TABLE) ?
250
            "TAB" : "FUN"));
250
            "TAB" : "FUN"));
251
       
251
       
252
        if (root->subinfo_type == SYSINFO_SUBINFO_TABLE)
252
        if (root->subinfo_type == SYSINFO_SUBINFO_TABLE)