~ubuntu-branches/ubuntu/oneiric/spl/oneiric

« back to all changes in this revision

Viewing changes to asm.c

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-11-21 19:12:02 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071121191202-qvdw2cqfh8rwk160
Tags: 1.0~pre4-1ubuntu1
* Merge from Debian unstable (LP: #181166), Ubuntu remaining changes:
  - Change build-depends from
    libcurl3-gnutls-dev to libcurl4-gnutls-dev
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        return ret;
108
108
}
109
109
 
110
 
void spl_asm_setaddr(struct spl_asm *as, int pos, int32_t addr)
 
110
void spl_asm_setaddr(struct spl_asm *as, int pos, int addr)
111
111
{
112
112
        spl_int_to_bytes(addr - (pos+5), 4, as->text+pos+1);
113
113
}