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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr23445.c] - Blame information for rev 749

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 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.