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
f9309a17
Kaydet (Commit)
f9309a17
authored
Agu 04, 2018
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix arm build
Change-Id: I9662478b41486f1fb12ffd83b5046afd48289ed7
üst
3853eb6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
except.cxx
bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
+1
-1
except.cxx
bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx
+1
-1
No files found.
bridges/source/cpp_uno/gcc3_linux_arm/except.cxx
Dosyayı görüntüle @
f9309a17
...
...
@@ -298,7 +298,7 @@ namespace CPPU_CURRENT_NAMESPACE
}
#endif
void
fillUnoException
(
__cxa_exception
*
header
,
uno_Any
*
pUnoExc
,
uno_Mapping
*
pCpp2Uno
)
void
fillUnoException
(
uno_Any
*
pUnoExc
,
uno_Mapping
*
pCpp2Uno
)
{
__cxa_exception
*
header
=
__cxa_get_globals
()
->
caughtExceptions
;
if
(
!
header
)
...
...
bridges/source/cpp_uno/gcc3_linux_m68k/except.cxx
Dosyayı görüntüle @
f9309a17
...
...
@@ -266,7 +266,7 @@ namespace CPPU_CURRENT_NAMESPACE
return
header
->
adjustedPtr
;
}
void
fillUnoException
(
__cxa_exception
*
header
,
uno_Any
*
pUnoExc
,
uno_Mapping
*
pCpp2Uno
)
void
fillUnoException
(
uno_Any
*
pUnoExc
,
uno_Mapping
*
pCpp2Uno
)
{
__cxa_exception
*
header
=
__cxa_get_globals
()
->
caughtExceptions
;
if
(
!
header
)
...
...
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