Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
1d3b6ce7
Kaydet (Commit)
1d3b6ce7
authored
Ara 23, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid Perl warnings
Change-Id: I62ade513bd98e5410c1df14e890e8cc964f1eb25
üst
5355fcc3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
generate-snippets.pl
bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl
+2
-2
No files found.
bridges/source/cpp_uno/gcc3_ios_arm/generate-snippets.pl
Dosyayı görüntüle @
1d3b6ce7
...
...
@@ -47,8 +47,8 @@ printf ("#if defined(__arm) || defined(__arm64)\n");
printf
(
"\n"
);
printf
(
"// Each codeSnippetX function stores into ip (arm64: x15) an address and branches to _privateSnippetExecutor\n"
);
printf
(
"// The address is that following the branch instruction, containing two 32-bit ints:\n"
);
printf
(
"// - the function index
(
for 32-bit can have the 0x80000000 bit set\n"
);
printf
(
"// to indicate that a hidden parameter is used for returning large values
)
\n"
);
printf
(
"// - the function index
, which
for 32-bit can have the 0x80000000 bit set\n"
);
printf
(
"// to indicate that a hidden parameter is used for returning large values\n"
);
printf
(
"// - the vtable offset\n"
);
printf
(
"\n"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment