OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr23445.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
 struct buffer_head {
2
   char *b_data;
3
 };
4
   void asfs_deletebnode( struct buffer_head *bhsec)  {
5
     if (bhsec == 0)   {
6
     void *bnc2 = (void *) bhsec->b_data;
7
     if (bnc2)       return;
8
     if (bhsec)       __brelse(bhsec);
9
   }
10
 }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.