~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

Viewing changes to grub-core/kern/emu/full.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-12-26 00:52:47 UTC
  • mto: (17.6.37 experimental)
  • mto: This revision was merged to the branch mainline in revision 184.
  • Revision ID: package-import@ubuntu.com-20131226005247-dalaa9te0g0d49kd
Tags: upstream-2.02~beta2
ImportĀ upstreamĀ versionĀ 2.02~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  return GRUB_ERR_BAD_MODULE;
50
50
}
51
51
 
52
 
#if !defined (__i386__) && !defined (__x86_64__) && !defined (__sparc__)
 
52
#if !defined (__i386__) && !defined (__x86_64__)
53
53
grub_err_t
54
54
grub_arch_dl_get_tramp_got_size (const void *ehdr __attribute__ ((unused)),
55
55
                                 grub_size_t *tramp, grub_size_t *got)