~ubuntu-branches/ubuntu/lucid/skyeye/lucid-proposed

« back to all changes in this revision

Viewing changes to arch/arm/common/armvirt.c

  • Committer: Bazaar Package Importer
  • Author(s): Yu Guanghui
  • Date: 2007-02-09 20:24:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070209202429-jknfb98t9ggaoz02
Tags: 1.2.1-2
Disable DBCT again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
448
448
 if (fault) {
449
449
         *presult=-1; fault=1; return fault;
450
450
 }else{
451
 
         *presult=data; fault=0; return fault;
 
451
         *(char *)presult=(unsigned char)(data & 0xff); fault=0; return fault;
452
452
 }
453
453
}
454
454